net.conf.goos (field)

5 uses

	net (current package)
		conf.go#L59: 	goos     string   // copy of runtime.GOOS, used for testing
		conf.go#L74: 	confVal  = &conf{goos: runtime.GOOS}
		conf.go#L274: 	switch c.goos {
		conf.go#L300: 	if c.goos == "openbsd" {
		conf.go#L356: 		if canUseCgo && c.goos == "solaris" {